object Form2: TForm2 Left = 355 Top = 276 BorderIcons = [] BorderStyle = bsDialog Caption = 'Insult' ClientHeight = 95 ClientWidth = 337 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate OnShow = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 47 Top = 10 Width = 268 Height = 50 Alignment = taCenter AutoSize = False Caption = 'You will be insulted in a big way' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Image1: TImage Left = 7 Top = 6 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Button1: TButton Left = 135 Top = 66 Width = 61 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 0 OnClick = Button1Click end end